#!/bin/sh


if [ "$1" = "remove" ]; then
        ldconfig
fi

